NevronOpenVision
Nevron.Nov.Diagram.DrawingTools Namespace / NCreatePageItemTool<TPageItem> Class


In This Topic
    NCreatePageItemTool<TPageItem> Class Methods
    In This Topic

    For a list of all members of this type, see NCreatePageItemTool<TPageItem> members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Determines whether the tool can activate  
    Public MethodOverridden. Processes the mouse move event  
    Top
    Protected Methods
     NameDescription
    Protected MethodAdds the page item to the active page. This implementation adds the created item to the active page and single selects its.  
    Protected MethodMust override to create a new page item that the tool edits and later appends to the page  
    Protected MethodEnds the preview of the page item. This implementation removes the item from the active page previews.  
    Protected MethodDetermines whether the page item content is empty  
    Protected MethodOverridden. Overriden to end a drag operation in the view  
    Protected MethodOverridden. Overriden to start a drag operation in the view  
    Protected MethodOverridden. Overriden to end a drag operation in the view  
    Protected MethodOverridden. Called when the enabled flag has changed  
    Protected MethodSnaps the begin or end point point  
    Protected MethodStarts a the page item preview. This implementation creates a page item and adds it the active page previews.  
    Protected MethodMust override to stretch the preview according to the current values of BeginPagePos and EndPagePos.  
    Top
    See Also